Skip to content

Instantly share code, notes, and snippets.

@random-robbie
random-robbie / BBC.m3u
Last active June 12, 2026 11:46
BBC HLS Streams - let me know if i missed any
#EXTM3U
#EXTINF:-1 tvg-id="BBC One HD" tvg-name="BBC One HD" tvg-logo="https://s4.postimg.org/k5xl5dmf1/bbc_one.png" group-title="BBC",BBC One HD
http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_hdtv/ak/bbc_one_hd.m3u8
#EXTINF:-1 tvg-id="BBC One London" tvg-name="BBC One London" tvg-logo="https://s4.postimg.org/z61nj8qd9/Bbc_london_logo.jpg" group-title="BBC",BBC One London
http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/hls_tablet/ak/bbc_one_london.m3u8
#EXTINF:-1 tvg-id="BBC One Northern Ireland HD" tvg-name="BBC One Northern Ireland HD" tvg-logo="https://s3.postimg.org/ltztuojqr/6y_QROLCn_400x400.png" group-title="BBC",BBC One Northern Ireland HD
http://a.files.bbci.co.uk/media/live/manifesto/audio_video/simulcast/hls/uk/abr_hdtv/ak/bbc_one_northern_ireland_hd.m3u8
#EXTINF:-1 tvg-id="BBC One Scotland HD" tvg-name="BBC One Scotland HD" tvg-logo="https://s3.postimg.org/ltztuojqr/6y_QROLCn_400x400.png" group-title="BBC",BBC One Scotland HD
http://a.fi
@Ryan-PG
Ryan-PG / n8n-install-guidance.md
Last active January 1, 2026 13:53
n8n Installation Guidance

🚀 n8n Installation & Configuration Guide (Custom Domain + HTTPS)

This guide walks you through installing and running n8n on a small VPS using npm, with reverse proxy, HTTPS, and basic authentication.


🔧 Server Requirements

  • OS: Ubuntu (or Debian-based)

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@proffesor-for-testing
proffesor-for-testing / practice-websites-for-qa-qe.md
Last active June 12, 2026 11:41
103 Practice Websites for QA/QE Testing

103 Practice Websites for QA/QE Testing

A curated catalog of free websites for practicing software testing -- UI automation, API testing, security, accessibility, performance, and exploratory bug hunting. Compiled Feb 2026.

Why This List?

We needed real targets to test our AI-powered QE fleet (Agentic QE v3). We researched every practice site we could find, tested 10 of them live, and organized them by what they're actually useful for. This isn't just a link dump -- we've validated these sites and noted what works best for what.


merhaba, bugun sizlere multilib linux from scratch (systemd) nasil kurulur onu anlatmaya calisacagim. bu rehber MBR/BIOS sistemler icin hazirlanmistir, ancak bir GPT/UEFI sisteme sahipseniz tek degistirmeniz gereken sey GRUB bootloaderinin kurulma asamasi ve disk bolumlemedir. bu bir hizli kurulum rehberidir, komutlarin ne yaptigini anlatmiyorum yani. derleme sirasindaki olusacak uyarilar (‘warning:’ veya ‘WARNING:’) hata degildir.
baslangic, bir kurulum medyasi hazirlama
oncelikle www.gentoo.org websitesinden Live Installation Medium isosunu indirip bir diske yazdiriyoruz.
https://imgur.com/a/rxOUp3S
ardindan, medyanin icinde internete baglanin, klavye duzeninizi ayarlayin, ve bir terminal acip root kullanicisi olarak giris yapalim.
@xthezealot
xthezealot / lyra.txt
Last active June 12, 2026 11:40
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@BIGBALLON
BIGBALLON / llm-technical-reports-2026.md
Created April 21, 2026 09:40
LLM Technical Reports Landscape (2021–2026): 27 orgs × 70+ arXiv papers, with HuggingFace / GitHub / License / context / benchmarks. Open-weight + closed-API, fully cross-referenced.

主要大语言模型公司历代技术报告汇总(开源 + 闭源)


📖 术语说明

术语 定义
Open-weight(权重开源) 模型权重公开可下载、允许研究与商用,但训练数据 / 代码通常保留
Fully-open(完全开源) 除权重外,训练数据、训练代码、训练日志、中间检查点全部公开(典型代表:OLMo)
@davehull
davehull / Resolve-WindowsGUID.ps1
Last active June 12, 2026 11:38
Useful for resolving some Windows GUIDs to human friendly values
<#
.SYNOPSIS
Resolves many Windows GUIDs to human friendly values.
.DESCRIPTION
Resolve-WindowsGUID.ps1 takes a GUID from a Windows system and attempts
to return a human friendly value from either a static list or from a
dynamically generated list of LogProvider GUIDs. There are undoubtedly
other GUIDs in use throughout Windows that will not fall into either of
these sets. If you encounter a GUID that you can't resolve via this